home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 August 15 / CD [VMAG950815].bin / epson / m500ck.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1995-06-14  |  145 b   |  9 lines

  1. on exitFrame
  2.   go(the frame)
  3.   repeat with aaps = 3 to 10
  4.     if not rollOver(aaps) then
  5.       puppetSprite(aaps, 0)
  6.     end if
  7.   end repeat
  8. end
  9.